home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / qbatb503.zip / HELP.ZIP / DEMON63.HLP < prev    next >
Text File  |  1990-10-25  |  643b  |  14 lines

  1. ┌────────────────────────────────────────────────────┐
  2. │        Encipher or Decipher a string of text.      │
  3. └────────────────────────────────────────────────────┘
  4.  
  5. This routine requires that you supply two strings of
  6. characters. The first is the text to be encrypted, and
  7. the second is one or more keywords which are used to
  8. encipher the text. Thereafter, the text cannot be
  9. decrypted until you supply the same key string again.
  10.  
  11. The encryption algorithm XORs (eXclusive ORs) the key
  12. string with string to be encrypted. This allows you to
  13. reverse the procedure and decrypt the text, simply by
  14. calling the routine a second time.